Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: amp->db-slider , Previous: all-permutations , Up: A , Home: Overview

Clamps Dictionary

amp->db

Function

(amp->db amp)

Return dB value of linear amplitude amp relative to a unit gain of 1. An amplitude of 0 returns a dB value of -100.

Arguments

amp Positive Integer denoting linear amplitude.

Examples

(amp->db 1) ; => 0.0
(amp->db 0.5) ; => -6.0206003
(amp->db 0) ;= -100

See also

Author: Orm Finnendahl

Created: 2025-08-17 So 16:52

Validate